home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / program / wintech1.zip / PETZOLD.ZIP / DRAWING.RC < prev    next >
Text File  |  1991-11-04  |  427b  |  15 lines

  1. /*----------------------------
  2.    DRAWING.RC resource script
  3.   ----------------------------*/
  4.  
  5. #include <windows.h>
  6. #include "drawing.h"
  7.  
  8. Drawing DIALOG 32768, 0, 120, 56
  9.      STYLE WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX
  10.      CAPTION "Dialog Box Drawing"
  11.      {
  12.      CONTROL "" ID_RECT, "static", SS_BLACKRECT, 8, 24, 104, 8
  13.      RTEXT   "" ID_TEXT,                         8, 40, 104, 8
  14.      }
  15.